home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / tools / internet-tools / connect-line / cl / devkit / c / include / cl_resource.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-12  |  180 b   |  15 lines

  1. /*
  2. **
  3. **    Global CL Server Resource (private)
  4. **
  5. */
  6.  
  7. struct clresource {
  8.     struct Library lib;
  9.     time_t boottime;
  10.  
  11.     ULONG telnetallowed;
  12. };
  13.  
  14. #define CLRESNAME "Connectline-RESIDENT" 
  15.